Source
- prefix the command with
nohup
nohup yt-dlp [OPTIONS] URL & disown
# now you can logout of the terminal and the download will still continue
- progress can be viewed by
tail
ingnohup.out
tail -f nohup.out
Source
nohup
nohup yt-dlp [OPTIONS] URL & disown
# now you can logout of the terminal and the download will still continue
tail
ing nohup.out
tail -f nohup.out